'Declaration Public Overridable Function LoadAsync( _ Optional ByVal fromIndex As Nullable(Of Integer), _ Optional ByVal toIndex As Nullable(Of Integer), _ Optional ByVal cancellationToken As CancellationToken _ ) As Task
public virtual Task LoadAsync( Nullable<int> fromIndex, Nullable<int> toIndex, CancellationToken cancellationToken )
Parameters
- fromIndex
- The starting index, if not specified this will be 0.
- toIndex
- The starting index, if not specified this will be Count.
- cancellationToken
- The cancellation token.